Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1CachedDataCollectionList<T> Class
Members

In This Topic
    C1CachedDataCollectionList<T> Class
    In This Topic
    Cached list of items with support for subscribing to item events.
    Object Model
    C1CachedDataCollectionList<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1CachedDataCollectionList(Of T As Class) 
       Inherits C1.DataCollection.C1DataCollectionList(Of T)
    public abstract class C1CachedDataCollectionList<T> : C1.DataCollection.C1DataCollectionList<T> 
    where T: class
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.RulesManager.C1CachedDataCollectionList<T>
             C1.WPF.RulesManager.RulesCollection
             C1.WPF.RulesManager.RulesEngineColorStopCollection
             C1.WPF.RulesManager.RulesEngineSegmentsCollection

    See Also